home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00043.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  278 b   |  16 lines

  1. on enterFrame
  2.   global gmovie, clip3, goshow
  3.   puppetPalette(0)
  4.   set goshow to 1
  5.   set gmovie to clip3
  6.   set the castNum of sprite 27 to gmovie
  7.   updateStage()
  8.   movieLength()
  9.   set the movieRate of sprite 27 to 1
  10. end
  11.  
  12. on exitFrame
  13.   global clipLength, fixpal
  14.   patchpal()
  15. end
  16.